home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / S-Sh / SCB 4.0.cpt / Script Cat Burglar 4.0 / card_7972.txt < prev    next >
Text File  |  1988-03-21  |  22KB  |  618 lines

  1. -- card: 7972 from stack: in.0
  2. -- bmap block id: 6193
  3. -- flags: 4000
  4. -- background id: 7443
  5. -- name: Help Card
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide menuBar
  9. end openCard
  10.  
  11. on EraseLines
  12.   set showLines of card field "Notes to You" to false
  13.   hide card field "H Hide Add Notes"
  14. end EraseLines
  15.  
  16.  
  17. -- part 40 (button)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=0 top=0 right=342 bottom=512
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: New Button
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   hide card field "Notes to you"
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 11 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=474 top=51 right=79 bottom=505
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 22165 / 22165
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: H Go to First Card
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   put empty into card field "Notes to You"
  51.   eraseLines
  52.   show card field "notes to you"
  53.   put "Go to First Card" into line 2 of card field "Notes to You"
  54.  
  55.   put "Using the mouse to click this button displays the card " into line 4 of card field "Notes to You"
  56.   put "you first saw when you opened this stack, the title page. " into line 5 of card field "Notes to You"
  57.   put "If you haven't explored it yet, there is more there than" into line 6 of card field "Notes to You"
  58.   put " a cat, a mouse, a title, and a few navigation buttons. " into line 7 of card field "Notes to You"
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 19 (button)
  64. -- low flags: 00
  65. -- high flags: 2000
  66. -- rect: left=469 top=110 right=145 bottom=504
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 29484 / 29484
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: H Back to Work
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   hide card field "Notes to You"
  78.   put empty into card field "Notes to you"
  79.   visual effect dissolve
  80.   pop card
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 3 (field)
  86. -- low flags: 81
  87. -- high flags: 0002
  88. -- rect: left=18 top=148 right=329 bottom=488
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 3
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Notes to You
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   hide card field "Notes to You"
  100.   hide card field "H Hide Add Notes"
  101. end MouseUp
  102.  
  103.  
  104.  
  105.  
  106. -- part 4 (button)
  107. -- low flags: 00
  108. -- high flags: 2000
  109. -- rect: left=245 top=0 right=22 bottom=278
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: H cut card
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   put empty into card field "Notes to You"
  121.   EraseLines
  122.   show card field "notes to you"
  123.   put "Cut Card" into line 1 of card field "Notes to You"
  124.  
  125.   put "This button was needed to hold a script sometimes called by another" into line 2 of card field "Notes to You"
  126.   put "script,  but it can be used by itself.  I chose to use Cut Card" into line 3 of card field "Notes to You"
  127.   put "rather than Delete because with it,  in case of error,  you can " into line 4 of card field "Notes to You"
  128.   put "immediately re-paste the card.  Consider it a form of insurance." into line 5 of card field "Notes to You"
  129.   put "Also, this after this script has finished its operations it displays the" into line 6 of card field "Notes to You"
  130.   put "first Index card to remind you to delete the Index button too." into line 7 of card field "Notes to You"
  131.   put "Note how the menu bar acts as a safety device to prevent accidents." into line 8 of card field "Notes to You"
  132.   put " " & quote & "Warning:  Be sure there is nothing important in" into line 9 of card field "Notes to You"
  133.   put "the Additional Notes field you might be deleting " into line 10 of card field "Notes to You"
  134.   put "at the same time," & quote & "  says Experience." into line 11 of card field "Notes to You"
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 6 (button)
  140. -- low flags: 00
  141. -- high flags: 2000
  142. -- rect: left=282 top=0 right=22 bottom=331
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 0
  147. -- text size: 12
  148. -- style flags: 0
  149. -- line height: 16
  150. -- part name: H Namer
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   put empty into card field "Notes to You"
  154.   EraseLines
  155.   show card field "Notes to you"
  156.   put "Name Cards" into line 2 of card field "Notes to You"
  157.  
  158.   put "Navigation of this stack requires that the cards be refered to" into line 4 of card field "Notes to You"
  159.   put "by the name you give the script in the Name of Script field." into line 5 of card field "Notes to You"
  160.   put "This button activates a script that puts the contents of the" into line 6 of card field "Notes to You"
  161.   put "Name of Script field into the Card Name of one or all cards." into line 7 of card field "Notes to You"
  162.   put "The menuBar acts as a safety device to prevent accidental selecion" into line 8 of card field "Notes to You"
  163.   put "of this button.  Command-SpaceBar hides and reveals it." into line 9 of card field "Notes to You"
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 7 (button)
  169. -- low flags: 00
  170. -- high flags: 2000
  171. -- rect: left=335 top=1 right=22 bottom=426
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: H Add to Index
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   put empty into card field "Notes to You"
  183.   EraseLines
  184.   show card field "Notes to you"
  185.   put "Add to Index" into line 2 of card field "Notes to You"
  186.  
  187.   put " If you manually type the information into the text fields of a new card," into line 4 of card field "Notes to You"
  188.   put "you can use this button to have the stack automatically create" into line 5 of card field "Notes to You"
  189.   put "a button for it on the Index card,  ready for you to move it" into line 6 of card field "Notes to You"
  190.   put "into a place on the grid." into line 7 of card field "Notes to You"
  191.   put "The menuBar acts as a safety device to prevent accidental selecion" into line 8 of card field "Notes to You"
  192.   put "of this button.  Command-SpaceBar hides and reveals it." into line 9 of card field "Notes to You"
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 8 (button)
  198. -- low flags: 00
  199. -- high flags: 2000
  200. -- rect: left=382 top=30 right=45 bottom=403
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: H Go to Prev CC
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   put empty into card field "Notes to You"
  212.   EraseLines
  213.   show card field "Notes to you"
  214.   put "Go to Previous Card" into line 2 of card field "Notes to You"
  215.  
  216.   put "This button calls up the previous Collection Card.  To see the" into line 4 of card field "Notes to You"
  217.   put "Index or the First Card,  click on one of the buttons to the" into line 5 of card field "Notes to You"
  218.   put "left.  Using this button you can cycle through the collection" into line 6 of card field "Notes to You"
  219.   put "without having to see the Opening,  Help,  or Index cards." into line 7 of card field "Notes to You"
  220. end mouseUp
  221.  
  222.  
  223.  
  224. -- part 9 (button)
  225. -- low flags: 00
  226. -- high flags: 2000
  227. -- rect: left=414 top=31 right=46 bottom=435
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 1
  231. -- font id: 0
  232. -- text size: 12
  233. -- style flags: 0
  234. -- line height: 16
  235. -- part name: H Go to Next CC
  236. ----- HyperTalk script -----
  237. on mouseUp
  238.   put empty into card field "Notes to You"
  239.   EraseLines
  240.   show card field "notes to you"
  241.   put "Go to Next Card" into line 2 of card field "Notes to You"
  242.   put "This button calls up the next Collection Card.  To see the" into line 4 of card field "Notes to You"
  243.   put "Index or the First Card,  click on one of the buttons to the" into line 5 of card field "Notes to You"
  244.   put "left.  Using this button you can cycle through the collection" into line 6 of card field "Notes to You"
  245.   put "without having to see the Opening,  Help,  or Index cards." into line 7 of card field "Notes to You"
  246. end mouseUp
  247.  
  248.  
  249.  
  250. -- part 10 (button)
  251. -- low flags: 00
  252. -- high flags: 2000
  253. -- rect: left=474 top=26 right=50 bottom=502
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: H Go Home
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   put empty into card field "Notes to You"
  265.   EraseLines
  266.   show card field "Notes to you"
  267.   put "Go Home" into line 2 of card field "Notes to You"
  268.   put "On another card," into line 4 of card field "Notes to You"
  269.   put "if you clicked there you would be home now." into line 5 of card field "Notes to You"
  270. end mouseUp
  271.  
  272.  
  273.  
  274. -- part 12 (button)
  275. -- low flags: 00
  276. -- high flags: 2000
  277. -- rect: left=464 top=80 right=116 bottom=506
  278. -- title width / last selected line: 0
  279. -- icon id / first selected line: 0 / 0
  280. -- text alignment: 1
  281. -- font id: 0
  282. -- text size: 12
  283. -- style flags: 0
  284. -- line height: 16
  285. -- part name: H Go to Index H
  286. ----- HyperTalk script -----
  287. on mouseUp
  288.   hide card field "Notes to you"
  289.   put empty into card field "Notes to you"
  290.   visual effect dissolve
  291.   go to card "Help Card 2"
  292. end mouseUp
  293.  
  294.  
  295.  
  296. -- part 13 (button)
  297. -- low flags: 00
  298. -- high flags: 2000
  299. -- rect: left=293 top=47 right=62 bottom=333
  300. -- title width / last selected line: 0
  301. -- icon id / first selected line: 0 / 0
  302. -- text alignment: 1
  303. -- font id: 0
  304. -- text size: 12
  305. -- style flags: 0
  306. -- line height: 16
  307. -- part name: H Card Id number
  308. ----- HyperTalk script -----
  309. on mouseUp
  310.   put empty into card field "Notes to You"
  311.   EraseLines
  312.   show card field "Notes to you"
  313.   put "Google" into line 2 of card field "Notes to You"
  314.  
  315.   put "This number is the id number of the card you are looking at." into line 4 of card field "Notes to You"
  316.   put "It has no practical value in this stack except to indicate" into line 5 of card field "Notes to You"
  317.   put "that you are looking at a different card." into line 6 of card field "Notes to You"
  318.   put " An extra feature for no extra charge. " into line 7 of card field "Notes to You"
  319. end mouseUp
  320.  
  321.  
  322.  
  323. -- part 14 (button)
  324. -- low flags: 00
  325. -- high flags: 2000
  326. -- rect: left=148 top=83 right=101 bottom=332
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 0 / 0
  329. -- text alignment: 1
  330. -- font id: 0
  331. -- text size: 12
  332. -- style flags: 0
  333. -- line height: 16
  334. -- part name: H Script Source
  335. ----- HyperTalk script -----
  336. on mouseUp
  337.   put empty into card field "Notes to You"
  338.   EraseLines
  339.   show card field "Notes to you"
  340.   put "Source of Script" into line 2 of card field "Notes to You"
  341.  
  342.   put " The name of the stack where you got or where you plan to put this script." into line 4 of card field "Notes to You"
  343.   put "You will be asked about the source of the script during the Add Script" into line 5 of card field "Notes to You"
  344.   put "and Add to Index processes, but you can pass on the question and " into line 6 of card field "Notes to You"
  345.   put "type the source/destination name in the field later." into line 7 of card field "Notes to You"
  346. end mouseUp
  347.  
  348.  
  349.  
  350. -- part 15 (button)
  351. -- low flags: 00
  352. -- high flags: 2000
  353. -- rect: left=148 top=103 right=121 bottom=332
  354. -- title width / last selected line: 0
  355. -- icon id / first selected line: 0 / 0
  356. -- text alignment: 1
  357. -- font id: 0
  358. -- text size: 12
  359. -- style flags: 0
  360. -- line height: 16
  361. -- part name: H Script Type
  362. ----- HyperTalk script -----
  363. on mouseUp
  364.   put empty into card field "Notes to You"
  365.   EraseLines
  366.   show card field "Notes to you"
  367.   put "Type of Script" into line 2 of card field "Notes to You"
  368.  
  369.   put " The same script can be use in a number of situations," into line 4 of card field "Notes to You"
  370.   put "but it helps if you remember what the source object" into line 5 of card field "Notes to You"
  371.   put "(Stack/Card,  Field,  or Button)" into line 6 of card field "Notes to You"
  372.   put "the script came from originally.  During the automatic Add Script" into line 7 of card field "Notes to You"
  373.   put "sequence,  you are prompted for a Type,  but you can pass that" into line 8 of card field "Notes to You"
  374.   put "question and edit this field later if you need or wish to." into line 9 of card field "Notes to You"
  375. end MouseUp
  376.  
  377.  
  378. -- part 16 (button)
  379. -- low flags: 00
  380. -- high flags: 2000
  381. -- rect: left=148 top=63 right=81 bottom=332
  382. -- title width / last selected line: 0
  383. -- icon id / first selected line: 0 / 0
  384. -- text alignment: 1
  385. -- font id: 0
  386. -- text size: 12
  387. -- style flags: 0
  388. -- line height: 16
  389. -- part name: H Script Name
  390. ----- HyperTalk script -----
  391. on mouseUp
  392.   put empty into card field "Notes to You"
  393.   EraseLines
  394.   show card field "Notes to you"
  395.   put "Name of Script Field" into line 1 of card field "Notes to You"
  396.  
  397.   put " A good name for the new script is the name of the stack, card," into line 3 of card field "Notes to You"
  398.   put "button,  or field you copied the script from or where you plan" into line 4 of card field "Notes to You"
  399.   put "to copy the script to.  It is necessary that there not be two " into line 5 of card field "Notes to You"
  400.   put "cards with identical entries in this field or the stack will not" into line 6 of card field "Notes to You"
  401.   put "work properly.  Try appending nonsense words to common script" into line 7 of card field "Notes to You"
  402.   put "names if it seems a conflict could occur.  The navigation of this" into line 8 of card field "Notes to You"
  403.   put "stack is keyed to the Script Name.  If you change this field, change " into line 9 of card field "Notes to You"
  404.   put "the name of the card and the name of the button on the Index card. " into line 10 of card field "Notes to You"
  405. end mouseUp
  406.  
  407.  
  408.  
  409. -- part 17 (button)
  410. -- low flags: 00
  411. -- high flags: 2000
  412. -- rect: left=429 top=0 right=22 bottom=506
  413. -- title width / last selected line: 0
  414. -- icon id / first selected line: 0 / 0
  415. -- text alignment: 1
  416. -- font id: 0
  417. -- text size: 12
  418. -- style flags: 0
  419. -- line height: 16
  420. -- part name: H Add Script
  421. ----- HyperTalk script -----
  422. on mouseUp
  423.   show card field "H Add Script f"
  424. end mouseUp
  425.  
  426.  
  427.  
  428. -- part 18 (button)
  429. -- low flags: 00
  430. -- high flags: 2000
  431. -- rect: left=143 top=122 right=145 bottom=169
  432. -- title width / last selected line: 0
  433. -- icon id / first selected line: 19678 / 19678
  434. -- text alignment: 1
  435. -- font id: 0
  436. -- text size: 12
  437. -- style flags: 0
  438. -- line height: 16
  439. -- part name: H Add Notes
  440. ----- HyperTalk script -----
  441. on mouseUp
  442.   get the visible of card field "H Hide Add Notes"
  443.   if it is true then
  444.     hide card field "Notes to You"
  445.     hide card field "H Hide Add Notes"
  446.   else
  447.     put empty into card field "Notes to You"
  448.     show card field "H Hide Add Notes"
  449.     set showLines of card field "Notes to you" to true
  450.     show card field "notes to you"
  451.     put "Additional Notes" into line 2 of card field "Notes to You"
  452.  
  453.     put " While the script should be documented enough not to need further" into line 4 of card field "Notes to You"
  454.     put "comment,  this is a text field overlaying the script field" into line 5 of card field "Notes to You"
  455.     put "where you can add notes about the author, or what you liked " into line 6 of card field "Notes to You"
  456.     put "about the script,  or what you had for lunch the first day you " into line 7 of card field "Notes to You"
  457.     put "saw the referenced HyperCard stack.  The Notes field is easily" into line 8 of card field "Notes to You"
  458.     put " recognized, for it is the one with the Show Lines set to true." into line 9 of card field "Notes to You"
  459.   end if
  460. end mouseUp
  461.  
  462.  
  463.  
  464. -- part 39 (button)
  465. -- low flags: 00
  466. -- high flags: 0000
  467. -- rect: left=387 top=98 right=137 bottom=428
  468. -- title width / last selected line: 0
  469. -- icon id / first selected line: 0 / 0
  470. -- text alignment: 1
  471. -- font id: 0
  472. -- text size: 12
  473. -- style flags: 0
  474. -- line height: 16
  475. -- part name: Beep
  476. ----- HyperTalk script -----
  477. on mouseUp
  478.   put (item 4 of the rect of the target) - (item 2 of the rect of the target) into x
  479.   Put ( x * .75) + (item 2 of the rect of the target) into z
  480.   if (item 2 of the clickLoc) < z then
  481.     beep
  482.   else
  483.     play "MaleBeepSound22Hz"
  484.   end if
  485.  
  486.   -- this script handles a diagonally divided button, intended to be
  487.   --  a right dogear
  488.   --put (item 1 of the clickLoc) - (item 1 of the rect of the target) --into x
  489.   --put (item 4 of the rect of the target) - (item 2 of the clickLoc) --into y
  490.   --if (x < y) then              -- click is in upper left
  491.   --  beep
  492.   -- else
  493.   --   play "MaleBeepSound22Hz"
  494.   -- end if
  495. end mouseUp
  496. --This script was written by David Dunham (Delphi:  DDUNHAM;
  497. --CompuServe 76074,762; AppleLink D0457) as an illustration of
  498. --a dog-ear.  Normally, buttons must be rectangular.  The button
  499. --that has his script acts like two triangle-shaped buttons.
  500. --This one acts like two buttons, depending on where you click. Thanks,
  501. --Dave
  502.  
  503.  
  504.  
  505. -- part 38 (button)
  506. -- low flags: 00
  507. -- high flags: 2000
  508. -- rect: left=21 top=26 right=60 bottom=53
  509. -- title width / last selected line: 0
  510. -- icon id / first selected line: 24044 / 24044
  511. -- text alignment: 1
  512. -- font id: 0
  513. -- text size: 12
  514. -- style flags: 0
  515. -- line height: 16
  516. -- part name: H Get Script
  517. ----- HyperTalk script -----
  518. on mouseUp
  519.   put empty into card field "Notes to You"
  520.   EraseLines
  521.   show card field "Notes to you"
  522.   put "Get Script" into line 1 of card field "Notes to You"
  523.  
  524.   put "This button will put on the screen a card full of buttons that offer" into line 3 of card field "Notes to You"
  525.   put "a number of options in searching a script for a key word or phrase." into line 4 of card field "Notes to You"
  526.   put "There is a separate help field on that card, as it was a later additon " into line 5 of card field "Notes to You"
  527.   put "to this stack. It is very much a work-in-progress at this time." into line 6 of card field "Notes to You"
  528.   put "Once you have searched the script and found the text you want, you " into line 7 of card field "Notes to You"
  529.   put "will be brought back to this stack where you can either launch another" into line 8 of card field "Notes to You"
  530.   put "search or bury your swag in a text field on a collection card." into line 9 of card field "Notes to You"
  531.   put "Happy hunting." into line 11 of card field "Notes to You"
  532. end mouseUp
  533.  
  534.  
  535.  
  536. -- part 36 (field)
  537. -- low flags: 81
  538. -- high flags: 0001
  539. -- rect: left=15 top=127 right=143 bottom=143
  540. -- title width / last selected line: 0
  541. -- icon id / first selected line: 0 / 0
  542. -- text alignment: 0
  543. -- font id: 254
  544. -- text size: 14
  545. -- style flags: 0
  546. -- line height: 18
  547. -- part name: H Hide Add Notes
  548.  
  549.  
  550. -- part 35 (field)
  551. -- low flags: 81
  552. -- high flags: 2007
  553. -- rect: left=0 top=0 right=342 bottom=512
  554. -- title width / last selected line: 0
  555. -- icon id / first selected line: 0 / 0
  556. -- text alignment: 0
  557. -- font id: 3
  558. -- text size: 9
  559. -- style flags: 0
  560. -- line height: 12
  561. -- part name: H Add Script f
  562. ----- HyperTalk script -----
  563. on mouseUp
  564.   hide card field "H Add script f"
  565.   set scroll of card field "H Add script f" to 1
  566. end mouseUp
  567.  
  568.  
  569. -- part contents for card part 35
  570. ----- text -----
  571.  
  572.                                                                     Add Script
  573.                              The Add Script button contains the work-horse script of this stack.
  574.  
  575. What this script does:
  576. 1. Creates a new card at the end of the stack
  577. 2. Pastes your answers to three questions and the script you have copied into the appropriate fields 
  578.          of the new card.
  579. 3. Puts the Name of the Script in the Card Name field.
  580. 3. Creates a new button on an Index Card that has a script linking it to the new card.
  581.  
  582. What you MUST do:
  583. 1.  Before you click the Add Script button, make sure that the last thing you copied was text of some kind.
  584.          (In this version, if anything but text is in the Clipboard, you will get an error message, and, after 
  585.          clearing the alert box, you will have to delete the new last card and the new Index card button.)
  586. 2.  After clicking the button you have to answer the three questions. If you fail to provide a name for 
  587.          the script, the Mac will beep and ask you to try again because the Card Name is given the 
  588.          Script Name, and it is the identifier the stack uses in finding the right card. If you assign a duplicate 
  589.           name to the new script, nasty things happen, so it might be a good idea to scan the Index cards to 
  590.          see if the Script Name you have chosen is unique before continuing.
  591. 3.  The next card you will see will be the last Index card with a new button bearing the name you assigned
  592.          the script. Move the new button to an empty space on the Index Card.  If the number of buttons on 
  593.          the current Index Card is 39, a new Index card will be created.  (There are instructions in a
  594.          field of the Help Cards section for moving a button from one Index Card to another if you want to 
  595.           group the buttons for like scripts together.)
  596. 4.  Select the Browse Tool  and (optional) click on the button to go to the new card,  just to reassure
  597.          yourself it's there.
  598.  
  599. What you CAN do:
  600. You can use the Script Holder field in a New Card as as a place to compose or modify a script, then give it a unique name and click the Add to Index button, which contains a subset of this Add Script script.
  601. 1.  Go to the end of the stack and make a new card.
  602. 2.  Enter a unique name in the  Name of Script field (required) and put the appropriate information in the
  603.           other two fields (optional).
  604. 3.  Type or paste your script into the scrolling text field. At any time after naming the script, hide the
  605.           menuBar using Command-SpaceBar and click on the button Add to Index while that card is on  the
  606.           screen. The button's script will take over, renaming the new card with the name you gave your 
  607.           script and creating a button on the Index card which you can then click on to get back to the card
  608.            you started from.
  609.  
  610.  
  611.  
  612. Fillmore 022688                                                                                                                             V. 3.0
  613.  
  614.  
  615.  
  616. -- part contents for card part 36
  617. ----- text -----
  618. Hide Notes